type github.com/jackc/pgx/v5/pgtype.encodePlanPolygonCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		polygon.go#L84: 		return encodePlanPolygonCodecBinary{}
		polygon.go#L92: type encodePlanPolygonCodecBinary struct{}
		polygon.go#L94: func (encodePlanPolygonCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {